body{
	background-color: rgb(188, 252, 252);
}

h1{
	color:#c4c4c4;
	font-size: 36px;
	
	text-align: center;
}
h2 {
	background-color: rgb(242, 200, 200);
	font-size: 36px;
	text-align: center;
}

h3{
	background-color: rgb(193, 213, 213);
	font-size: 36px;
	text-align: center;
}

.accept{
	width: 200px;
	margin-left: 75px;
	height: 25px;
	background-color: #c21a1a;
	border-radius: 5%;
	align-content: center;
	text-align: center;
	cursor: pointer;
}

.second {
	margin-left:2px;
	margin-top:  1.5px;
	line-height: 3;
	width:  200px;
	height: 100px;
	background-color: #b4b4db;
}



@media only screen and (max-width: 769px) {
body{
	background-color: rgb(156, 209, 166);
}

h1{
	color:#000000;
	font-size: 16px;
	text-align: center;
}
h2 {
	background-color: rgb(227, 189, 189);
	font-size: 16px;
	text-align: center;
}

h3{
	background-color: rgb(227, 239, 240);
	font-size: 16px;
	text-align: center;
}

.accept{
	width: 200px;
	margin-left: 75px;
	height: 25px;
	background-color: #efe2e2;
	border-radius: 5%;
	align-content: center;
	text-align: center;
	cursor: pointer;
}

.second {
	margin-left:2px;
	margin-top:  1.5px;
	line-height: 3;
	width:  200px;
	height: 100px;
	background-color: #b4b4db;
	border-radius: 25%;
}
}


@media only screen and (max-width: 481px) {


body{
	background-color: rgb(224, 205, 223);
}

h1{
	color:#000000;
	font-size: 16px;
	text-align: center;
	background-color: bisque;
}
h2 {
	background-color: rgb(239, 226, 226);
	font-size: 16px;
	text-align: center;
}

h3{
	background-color: rgb(242, 247, 230);
	font-size: 16px;
	text-align: center;
}

.accept{
	width: 200px;
	height: 25px;
	margin-left: 50px;
	background-color: #adadf7;
	border-radius: 25%;
	align-content: center;
	text-align: center;
	cursor: pointer;
}

.second {
	margin-left:20px;
	margin-top:  1.5px;
	line-height: 3;
	width:  200px;
	height: 100px;
	text-align: center;
	background-color: #b4b4db;
	border: 50px solid #eb5252;
}

.white{
	width: 300px;
	height: 100px;
	margin-left: -100px;
	background-color: #cf5656;
	text-align: center;
}
}